reduce pause

Andrew Cantino 11 years ago
parent
commit
0370814254
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/twitter_stream.rb

+ 1 - 1
bin/twitter_stream.rb

@@ -115,7 +115,7 @@ while true
115 115
     end
116 116
 
117 117
     print "Pausing..."; STDOUT.flush
118
-    sleep 5
118
+    sleep 1
119 119
     puts "done."
120 120
   rescue SignalException, SystemExit
121 121
     EventMachine::stop_event_loop if EventMachine.reactor_running?